home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 June
/
CHIP Haziran 2001.iso
/
prog
/
share
/
04
/
setup.exe
/
MM6.Cab
/
F2346_ConfirmLink.action.F6A680DD_F3FB_4CF3_BABB_0D0F06E630F5
< prev
next >
Wrap
Text File
|
2000-08-17
|
4KB
|
106 lines
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>Confirm Link action</title>
<meta name="generator" content="Adobe GoLive 5">
</head>
<body bgcolor="white">
<center>
<font size="6">Confirm Link 1.0</font>
<p>© 1999, Adobe Systems Incorporated<br>
All rights reserved.</p>
<p>script by Walter Blady</p>
<hr>
</center>
<csactionclass name="Confirm link" function="WBConfirmLink" nsversion="3" ieversion="3">
<csactionparam name="message" type="GLActionStringParam"></csactionparam>
<csactionparam name="URL" type="GLActionURLParam"></csactionparam>
<csactionparam name="frame" type="GLActionStringParam"></csactionparam>
</csactionclass>
<p>
<script language="JavaScript1.2" cyberversion="N1.2"><!--
// Script copyright 1999, Adobe Systems Incorporated. All rights reserved.
function WBConfirmLink(action) {
if (checkIt(action)) {
if (action[2] != "(Empty Reference!)") {
if (action[3].length < 1) {
parent.location.href=action[2];
}
else {
parent.frames[action[3]].location.href=action[2];
}
}
}
return;
}
function checkIt(action) {
var carryOn = window.confirm(action[1]);
return carryOn;
}
// -->
</script>
</p>
<table cool width="223" height="182" border="0" cellpadding="0" cellspacing="0" gridx="16" showgridx gridy="16" showgridy bgcolor="#eeeeee">
<tr height="9">
<td width="4" height="181" rowspan="8"><spacer type="block" width="4" height="181"></td>
<td width="218" height="9"><spacer type="block" width="218" height="9"></td>
<td width="1" height="9"><spacer type="block" width="1" height="9"></td>
</tr>
<tr height="18">
<td width="218" height="18" valign="top" align="left" xpos="4">
<csactioncntrl type="InfoText" value='Message (Use "\n" to start a new line.)' x="4" y="9" width="218" height="16" alignx="left" aligny="top">
</td>
<td width="1" height="18"><spacer type="block" width="1" height="18"></td>
</tr>
<tr height="22">
<td width="218" height="22" valign="top" align="left" xpos="4">
<csactioncntrl name="message" x="4" y="27" width="212" height="18" alignx="scale" aligny="top">
</td>
<td width="1" height="22"><spacer type="block" width="1" height="22"></td>
</tr>
<tr height="18">
<td width="218" height="18" valign="top" align="left" xpos="4">
<csactioncntrl type="InfoText" value="Go to this URL on OK (optional)" x="4" y="49" width="184" height="16" alignx="left" aligny="top">
</td>
<td width="1" height="18"><spacer type="block" width="1" height="18"></td>
</tr>
<tr height="27">
<td width="218" height="27" valign="top" align="left" xpos="4">
<csactioncntrl name="URL" x="4" y="67" width="212" height="20" alignx="scale" aligny="top">
</td>
<td width="1" height="27"><spacer type="block" width="1" height="27"></td>
</tr>
<tr height="20">
<td width="218" height="20" valign="top" align="left" xpos="4">
<csactioncntrl type="InfoText" value="Target frame name (optional)" x="4" y="94" width="163" height="16" alignx="left" aligny="top">
</td>
<td width="1" height="20"><spacer type="block" width="1" height="20"></td>
</tr>
<tr height="22">
<td width="218" height="22" valign="top" align="left" xpos="4">
<csactioncntrl name="frame" x="4" y="114" width="212" height="17" alignx="scale" aligny="top">
</td>
<td width="1" height="22"><spacer type="block" width="1" height="22"></td>
</tr>
<tr height="45">
<td width="218" height="45" valign="top" align="left" xpos="4">
<csactioncntrl type="InfoText" value="This action opens a Confirm window and allows a connection to the optional URL if OK has been clicked." x="4" y="136" width="216" height="43" alignx="scale" aligny="top">
</td>
<td width="1" height="45"><spacer type="block" width="1" height="45"></td>
</tr>
<tr height="1" cntrlrow>
<td width="4" height="1"><spacer type="block" width="4" height="1"></td>
<td width="218" height="1"><spacer type="block" width="218" height="1"></td>
<td width="1" height="1"><spacer type="block" width="1" height="1"></td>
</tr>
</table>
</body>
</html>